home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TREGISTRATIONFORM / TREGISTRATIONFORM.txt
Text File  |  2002-03-16  |  2KB  |  83 lines

  1. object RegistrationForm: TRegistrationForm
  2.   Left = 285
  3.   Top = 182
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register Matrix Y2K 6.0'
  6.   ClientHeight = 132
  7.   ClientWidth = 302
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label3: TLabel
  20.     Left = 8
  21.     Top = 15
  22.     Width = 187
  23.     Height = 13
  24.     Caption = 'Please enter your serial number :'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 8
  34.     Top = 39
  35.     Width = 289
  36.     Height = 49
  37.     BevelInner = bvRaised
  38.     BevelOuter = bvLowered
  39.     TabOrder = 0
  40.     object PasswordEdit: TEdit
  41.       Left = 5
  42.       Top = 14
  43.       Width = 276
  44.       Height = 21
  45.       TabOrder = 0
  46.     end
  47.   end
  48.   object OkBtn: TBitBtn
  49.     Left = 8
  50.     Top = 103
  51.     Width = 97
  52.     Height = 21
  53.     Caption = 'OK'
  54.     Default = True
  55.     Font.Charset = ANSI_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -9
  58.     Font.Name = 'Verdana'
  59.     Font.Style = [fsBold]
  60.     ModalResult = 1
  61.     ParentFont = False
  62.     TabOrder = 1
  63.     NumGlyphs = 2
  64.   end
  65.   object CancelBtn: TBitBtn
  66.     Left = 200
  67.     Top = 103
  68.     Width = 97
  69.     Height = 21
  70.     Cancel = True
  71.     Caption = '&Cancel'
  72.     Font.Charset = ANSI_CHARSET
  73.     Font.Color = clWindowText
  74.     Font.Height = -9
  75.     Font.Name = 'Verdana'
  76.     Font.Style = [fsBold]
  77.     ModalResult = 2
  78.     ParentFont = False
  79.     TabOrder = 2
  80.     NumGlyphs = 2
  81.   end
  82. end
  83.